/*
		Skin Name: Simple Elegance
		Skin Download: http://the-butterfly.de
		Description: It's a simple and clear layout. ;)
		Author: Nadia Volkrodt
		Author E-Mail: nadia@the-butterfly.de
		Author URL: http://the-butterfly.de
*/

/*---------------------------------------------------------------------
   Basic styles
------------------------------------------------------------------------*/
html { 
  padding: 0;
  margin: 0;
}


body { 
		background-color: #3E3E3E;
		background-image: url();
		background-repeat: no-repeat;
		background-position: top right;
		font-family: tahoma,verdana,arial,sans-serif;
		font-size: 12px;
		line-height: 16px;
		color: #3E3E3E;
		margin: 0;
		padding: 0;
		}
table { text-align: justify; }

a, a:active, a:visited{
		color: #4B482E;
		font-weight: normal;
		font-size: 13px;
		letter-spacing: 0;
		text-transform: none;
		text-decoration: none;
		}

#footer a {
		color: #4B482E;
		font-weight: normal;
		font-size: 0.95em;
		letter-spacing: 0;
		text-transform: none;
		text-decoration: none;
		}

#content a:hover, #column a:hover{
		color: #968D4E;
		border: 0;
		}

#footer a:hover{
		font-size: 0.95em;
		color: #968D4E;
		border: 0;
		}
		
h1 {
		color: #D7C96F;
		font-family: georgia,times,serif;
		font-size: 22px;
		font-weight: normal;
		text-transform: none;
		text-align: left;
		font-style: italic;
		letter-spacing: 0;
		line-height: 0;
		}

h2 {
		color: #E3D784;
		font-family: "trebuchet ms",tahoma,verdana,arial,sans-serif;
		font-size: 16px;
		font-weight: normal;
		text-align: left;
		margin-bottom: 20px;
		}

h3 {
		font-family: "trebuchet ms",verdana,tahoma,sans-serif;
		font-style: normal;
		font-size: 12px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		background-color: #D7C96F;
		}

h4 {
		font-family: "trebuchet ms",tahoma,verdana,arial,sans-serif;
		font-style: normal;
		font-size: 13px;
		font-weight: normal;
		color: #968D4E;
		text-align: left;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 5px;
		margin-top: 10px;
		margin-bottom: 10px;
		border-bottom: 1px solid #D7C96F;
		}
		
/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/
	
#header {
background-image: url();
background-repeat: no-repeat;
background-attachment: scroll;
margin-right: 1;
padding: 1;
visibility: hidden;
}

#mainContainer {
background-color: #ffffff;
margin: 40px 20px 20px 20px;
}

/* IE Hack */
* html #mainContainer {
margin: 0;
}

#content {
text-align: justify;
width: 76%;
padding: 5px 0;
margin: 5px;
float: right;
overflow: auto;
}

#column {
background-color: #E3D784;
color: #ffffff;
line-height: 13px;
float: left;
text-align: justify;
width: 20%;
height: 100%;
padding: 5px;
margin: 5px;
overflow: auto;
}

#footer {
font-size: 0.9em;
margin-top: 20px;
width: 100%;
text-align: center;
line-height: 125%;
padding: 10px 0;
background-color: #ffffff;
clear: both;
}

/*---------------------------------------------------------------------
   General page alignment and width
------------------------------------------------------------------------*/

hr {
width: 80%;
text-align: center;
border-top: 0 solid transparent;
border-right: 0 solid transparent;
border-bottom: 0 solid transparent;
border-left: 0 solid transparent;
}

input, textarea, select {
background-color: #ECE5B8;
font: 12px tahoma,verdana,arial,sans-serif;
color: #777777;
letter-spacing: 0;
border: 1px solid #D7C96F;
padding: 0;
margin-top: 2px;
}

blockquote {
margin: 0 auto;
width: 90%;
background-color: #ECE5B8;
border-left: 6px solid #D7C96F;
padding: 15px;
}

/* images with a link get a border with colour-change on hover */
a img {
border-width: 0;
border-style: solid;
border-color: #676767;
padding: 0;
margin: 4px;
text-align: center;
}
a:hover img {
border-width: 2px;
border-style: solid;
border-color: #E3D784;
padding: 0;
margin: 4px;
text-align: center;
}
a img.noborder, a:hover img.noborder {
border-width: 0;
padding: 0;
margin: 0;
}

/*---------------------------------------------------------------------
  Style of story list
------------------------------------------------------------------------*/
.even {
background-color: transparent;
}
.odd {
background-color: transparent;
}

/*---------------------------------------------------------------------
  Site name and slogan
------------------------------------------------------------------------*/
#sitename {
		margin: 20px 20px 0 0;
		font-size: 24px;
		color: #E3D784;
		font-family: georgia, times, serif;
		font-style: italic;
		text-align: right;
		}
#siteslogan {
		margin: 5px 20px 10px 0;
		font-size: 15px;
		font-family: verdana,sans-serif;
		font-style: italic;
		text-align: right;
		letter-spacing: 1px;
		color: #777777;
		}
		
/*---------------------------------------------------------------------
   News
------------------------------------------------------------------------*/
#newsarchive,#sortform,.respond {
		text-align: center;
		}
#newsbox {
	margin: 0 auto;
	width: 90%;
	background-color: #ECE5B8;
	border-left: 6px solid #D7C96F;
	padding: 15px;
	}

/*---------------------------------------------------------------------
   Menu
------------------------------------------------------------------------*/
		#menu a {
		color: #C5B337;
		font-weight: normal;
		font-size: 13px;
		letter-spacing: 0;
		text-transform: none;
		}
		#menu a:hover {
		color: #ffffff;
		}
    #menu {
    border-width: 0 0 0 0;
    border-style: solid;
    border-color: #EFF0E8;
    }
    #menu, #menu ul {
		margin: 10px 1px 0 1px;
		padding: 5px;
		text-align: left;
		}
		#menu li {
		list-style-type: none;
		display: inline;
		white-space: nowrap;
		padding: 20px 10px;
		margin: 1px;
		background-color: #484848;
		}
		#menu li:hover {
		list-style-type: none;
		display: inline;
		white-space: nowrap;
		padding: 20px 10px;
		margin: 1px;
		background-color: #D7C96F;
		color: #ffffff;
		}
		#menu #current { 
		border-width: 0;
		border-style: solid;
		border-color: #F5F6F0; 
		color: #777777; 
		}
/*---------------------------------------------------------------------
  Sidebar Linklist
------------------------------------------------------------------------*/

#sbarlinks li {
	margin: 2px 0 2px -15px;
	padding: 3px 0;
	list-style-position: outside;
	list-style-type: circle;
	border-bottom: 1px dotted #D7C96F;
}

/*---------------------------------------------------------------------
   General Styles, used in multiple places throughout the page
------------------------------------------------------------------------*/		
#alphabet {text-align: center; padding: 5px;}
#jumpmenu {text-align: right;}
#pagelinks {width:90%; text-align:center; padding:1em;}
#pagetitle {text-align: center;}
.sectionheader {text-align:center; clear: both;}
#sort {float: left;}
#story {clear: both;}
#columncontainer {text-align: justify; padding: 5px; margin: 10px;}
.column DIV { margin: 1em !important; clear: left;}
.column DIV IMG { float: left;  margin: 4px;}
#browseblock {text-align: left; padding: 6px;}
#title {padding: 5px;}
#info_left {text-align: right;}
.label {font-weight: bold;}
.w1 {
		font-family: "trebuchet ms",verdana,tahoma,sans-serif;
		font-style: normal;
		font-size: 13px;
		font-weight: bold;
		color: #ffffff;
		text-align: center;
		text-transform: uppercase;
		letter-spacing: 1px;
		padding: 5px;
		margin-top: 10px;
		margin-bottom: 5px;
		background-color: #D7C96F;
		}
.f1 {
		font-style: normal;
		font-size: 9px;
		text-align: center;
		padding-right:50px;
		padding-left:50px;
		}


/* Layout Styles */
.storinfo {margin-bottom:12px; border-bottom: 0px solid #F2F2F2;}
#notes {background-color: #f0f0f0; border: 1px solid #BCBCBC; clear: both; margin: 5px; padding: 2px 10px 5px 10px;}
.notes .content {margin: 25px; font-size: 12px; }
.comment {margin-bottom:2em;}
.main {padding-left:5px;width:90%;font-size:12px;text-align:left;}

/* User.tpl styles */
#tabs {padding:0px; margin:5px; clear:both; border-top: 1px solid #A4ACAC; width:100%;}
#tabs DIV {
	width:100%;
	height:20px;
	float:left;
	font-size:11px;
	color:#818181;
	text-align:left;
	text-indent:10px;
	line-height:25px;
	vertical-align:middle;
	z-index:1;}
#tabs #centertab {width:auto;}
#tabs a {color:#BCFF66;}
#tabs a:active,a:hover {text-decoration:none;color:#C7C7C7;}
#tabs #active { }
#tabs #active a {color:#C7C7C7;}
#tabs #active a:active,a:hover {text-decoration:none;color:#646464;}
html>body #tabs {padding: 15px 0 0 0; width:100%;}
html>body #tabs div {margin-right: 0px;}